Method: YARD::CodeObjects::Proxy#<=>
- Defined in:
- lib/yard/code_objects/proxy.rb
#<=>(other) ⇒ Boolean
118 119 120 121 122 123 124 |
# File 'lib/yard/code_objects/proxy.rb', line 118 def <=>(other) if other.respond_to? :path path <=> other.path else false end end |